Search
FreeFormNode.setPoints Method
See Also
 

Sets the node's outline points.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setPoints (
    ArrayList<Point2D.Float> value
)

 Parameters

value

An ArrayList<Point2D.Float> instance.

 See Also